home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games: Greatest Hits 1996 / Amiga Games: Greatest Hits 1996.iso / userbox / publicdomain / lupe / lupe.doc < prev    next >
Text File  |  1995-02-03  |  5KB  |  135 lines

  1.  
  2.             Lupe
  3.  
  4.             Version :   1.5
  5.             Date    :   31-May-96
  6.             Author  :   Frank Toepper
  7.  
  8.  
  9. COPYRIGHT
  10.  
  11. This program is Public Domain, everybody can use it without charge and you
  12. can copy it freely.
  13.  
  14.  
  15. INTRODUCTION
  16.  
  17. This program magnifies an area of the screen and displays it in a seperate
  18. window.
  19.  
  20.  
  21. USAGE
  22.  
  23. This program can be started from Workbench or CLI.
  24. It will try to evaluate the following tooltypes:
  25.  
  26. CX_PRIORITY    : A number between -128 and 127 which set the priority of
  27.                   the commodity. With that the system decides in which
  28.                   succession the commodities gets the messages.
  29.                   The commodity with the highest priority gets the message
  30.                   first.
  31.                   Default is 0.
  32. FAST           : The window will often redrawn.
  33.                   Default is NO.
  34. SCALEFACTOR    : Default is 5.
  35. MAXSCALEFACTOR : The maximum scalefactor (between 5 and 30)
  36.                   Default is 15.
  37. COORDINATES    : In the bottom border the mouse coordinates will be
  38.                   displayed.
  39.                   Default is NO.
  40. CROSSHAIR      : A crosshair visualised the position of the mouse.
  41.                   Default is NO.
  42. FIXED          : When this flag is YES/ON the center of the magnified area
  43.                   was not described by the mouse coordinates but it's fixed
  44.                   until you clicked into the window.
  45.                   Now with the holded left mousebutton you can move the area.
  46.                   Default is NO.
  47. SETORIGINKEY   : A hotkey to set an imaginary origin.
  48.                   Default is 'lalt o'.
  49. RESETORIGINKEY : A hotkey to reset the imaginary origin to 0,0.
  50.                   Default is 'lalt r'.
  51. SHOWHIDEKEY    : A hotkey to open/close the window.
  52. WINLEFT
  53. WINTOP
  54. WINWIDTH
  55. WINHEIGHT      : These values describes the position and dimension of the
  56.                   window.
  57. HIDE           : The window will not opened.
  58.  
  59. By starting from CLI you can specify these arguments and override the
  60. tooltypes.
  61.  
  62. "CX_PRIORITY=P/N/K, FAST=F/S/K, MAXSCALEFACTOR=M/N/K, SCALEFACTOR=S/N/K,
  63.  WINLEFT=L/N/K, WINTOP=T/N/K, WINWIDTH=W/N/K, WINHEIGHT=H/N/K,
  64.  COORDINATES=C/S/K, CROSSHAIR=R/S/K, SETORIGINKEY=O/K, RESETORIGINKEY=K/K,
  65.  FIXED=D/S/K, SHOWHIDEKEY=SH/K, HIDE/S/K"
  66.  
  67. The values are the same as the tooltypes.
  68.  
  69. The scalefactor can be set with the proportional gadget nested in the right
  70. windowborder.
  71.  
  72. The menu:
  73.  
  74. Jump           : Jumps to the next screen.
  75. Jump To Screen : A submenu with the actually opened screens. The window was
  76.                   opened on the selected screen.
  77. Enable         : Here you can enable or disable the lens.
  78. Fixed          : Switches the Fixed-mode on/off.
  79.                   If it's on the center of the magnified area was not
  80.                   described by the mouse coordinates but it's fixed
  81.                   until you clicked into the window.
  82.                   Now with the holded left mousebutton you can move the area.
  83. Fast           : Switches to the Fast mode.
  84. Coordinates    : Shows the mouse coordinates in the bottom windowborder.
  85. Crosshair      : Switches the crosshair ON/OFF.
  86. About          : Shows program information.
  87. Hide           : Closes the window. You can open it again by pressing the
  88.                   hotkey or with the program 'Exchange'.
  89. Quit           : Leaves the program.
  90.  
  91. The keys:
  92.  
  93. '+'      : Scalefactor + 1
  94. '-'      : Scalefactor - 1
  95. 'J'      : Jump to next screen.
  96. 'E'      : activates/deactivates the lens.
  97. 'F'      : Fast-mode on/off.
  98. 'C'      : Coordinates on/off.
  99. 'R'      : Crosshair on/off.
  100. 'O'      : set the imaginary origin to the actuall mouse coordinates.
  101. 'K'      : reset the imaginary origin to 0,0.
  102. 'D'      : Switches the Fixed-mode on/off.
  103. '?','A'  : Shows program information.
  104. 'H'      : Closes the window.
  105. 'Q',ESC  : Leaves the program.
  106. Additionally in Fixed-mode the area can be moved by the cursorkeys.
  107. Whereby the area will be moved by one 'page' with pressed shift-key, to
  108. the extremity with pressed alt-key or else 1 pixel.
  109.  
  110.  
  111. DISCLAIMER
  112.  
  113. Allright, here it is : you use Lupe at your own risk. I cannot be
  114. responsible for any damage happening caused by using it.
  115.  
  116.  
  117. AUTHOR
  118.  
  119. Bugrepots or what ever you want to:
  120.  
  121.    Frank Toepper
  122.    Maxim Gorki Straße 5A
  123.    Greifswald
  124.    17491
  125.    Germany
  126.  
  127. or via e-Mail (prefered): toepper@rz.uni-greifswald.de
  128.  
  129.  
  130. CREDITS
  131.  
  132. Thanks go to Thomas Byrer and Allan Odgaard for their ideas and to the
  133. betatesters Ralph Wermke and Ronny Dudeck of Digital Innovations and
  134. Michael Knoke.
  135.